--Another one

skincolors[SKINCOLOR_SAPPHIRESUPER] = {
    name = "Super Sapphire",
    ramp = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0},
    invcolor = SKINCOLOR_COPPERSUPER,
    invshade = 6,
    chatcolor = V_BLUEMAP,
    accessible = true
	}
	addHook("ThinkFrame", do
    skincolors[SKINCOLOR_SAPPHIRESUPER].ramp = skincolors[SKINCOLOR_SUPERSAPPHIRE1 + abs( ( (leveltime >> 1) % 9) - 4)].ramp
end)